home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / NMK / Recorders / ButtonCellCover.h next >
Text File  |  1995-06-12  |  305b  |  15 lines

  1. /***** ButtonCellCover.h -- ButtonCellCover object interface
  2.     NeXTstep Measurement Kit
  3.     by Alex Meyer <ameyer@phoenix.Princeton.EDU>
  4.     for computer science senior thesis
  5.     23 April 1992 -- created for use with poseAs:
  6. *****/
  7.  
  8. #import <appkit/ButtonCell.h>
  9.  
  10. @interface ButtonCellCover : ButtonCell
  11. {
  12. }
  13.  
  14. @end
  15.